From f260be3d3a34ba4c484ce87cfdab7acc586e6071 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 29 Apr 2014 11:09:55 +0200 Subject: [PATCH] tools/libxl: fix typo in main_tmem_freeable missing letter 'b'. Signed-off-by: Olaf Hering Acked-by: Ian Campbell --- tools/libxl/xl_cmdimpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index 0b38b32cd4..5195914322 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -6560,7 +6560,7 @@ int main_tmem_freeable(int argc, char **argv) int opt; int mb; - SWITCH_FOREACH_OPT(opt, "", NULL, "tmem-freeale", 0) { + SWITCH_FOREACH_OPT(opt, "", NULL, "tmem-freeable", 0) { /* No options */ } -- 2.30.2